▍ humdrum codex / soft
1.4 KB raw
id
TASK-017
title
TUI: In-panel search/filter with /
status
To Do
assignee
created_date
2026-06-12 04:21
labels
tui, feature
dependencies
TASK-005, TASK-007
priority
medium
ordinal
17000

Description

When a panel is focused, pressing / opens an inline filter input at the bottom of the panel. Typing filters the panel's items in real time (case-insensitive substring match). Esc clears the filter and closes the input. Enter locks the filter (input hides, filtered items remain visible with a [filter: "…"] badge in the border title).

Applicable panels: News, Feeds, HN, Sports, Calendar.

Implementation:

Depends on: TASK-005 (focus), TASK-007 (item navigation)

Acceptance Criteria